home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 5_programming / on / notice < prev    next >
Encoding:
Text File  |  2001-03-21  |  549 b   |  20 lines

  1. Synopsis:
  2.    on [<modes>]notice [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client receives a NOTICE from another
  6.    client.
  7.  
  8. Parameters:
  9.    $0    nickname of message sender
  10.    $1-   text of message
  11.  
  12. See Also:
  13.    notice(1); on(5) encrypted_notice, msg, send_notice
  14.  
  15. Restrictions:
  16.    The client does not permit any automated messages to be sent in response
  17.    to a NOTICE.  Any attempt will result in an error.  The whole point of
  18.    this is to prevent loops between clients.
  19.  
  20.